Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.platform.birt.reporting.types.web--types

This contribution is part of XML component org.nuxeo.platform.birt.reporting.types.web inside nuxeo-birt-reporting-web-6.0.jar

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="BirtReport">
          <label>BirtReport</label>
          <icon>/icons/picturebook.gif</icon>
          <bigIcon>/icons/picturebook_100.png</bigIcon>
          <description>BirtReport.description</description>
          <default-view>view_documents</default-view>
          <category>Reporting</category>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>birtReport</layout>
          </layouts>
        </type>

    BirtReport.description

  • <type id="BirtReportModel">
          <label>BirtReportModel</label>
          <icon>/icons/picturebook.gif</icon>
          <bigIcon>/icons/picturebook_100.png</bigIcon>
          <description>BirtReportModel.description</description>
          <default-view>adm_view_documents</default-view>
          <category>Reporting</category>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>report_file</layout>
            <layout>birtReportModel</layout>
          </layouts>
        </type>

    BirtReportModel.description

  • <type id="Folder">
          <subtypes>
            <type>BirtReport</type>
          </subtypes>
        </type>
  • <type id="OrderedFolder">
          <subtypes>
            <type>BirtReport</type>
          </subtypes>
        </type>
  • <type id="Workspace">
          <subtypes>
            <type>BirtReport</type>
          </subtypes>
        </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
    <type id="BirtReport">
      <label>BirtReport</label>
      <icon>/icons/picturebook.gif</icon>
      <bigIcon>/icons/picturebook_100.png</bigIcon>
      <description>BirtReport.description</description>
      <default-view>view_documents</default-view>
      <category>Reporting</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>birtReport</layout>
      </layouts>
    </type>
    <type id="BirtReportModel">
      <label>BirtReportModel</label>
      <icon>/icons/picturebook.gif</icon>
      <bigIcon>/icons/picturebook_100.png</bigIcon>
      <description>BirtReportModel.description</description>
      <default-view>adm_view_documents</default-view>
      <category>Reporting</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>report_file</layout>
        <layout>birtReportModel</layout>
      </layouts>
    </type>

    <type id="Folder">
      <subtypes>
        <type>BirtReport</type>
      </subtypes>
    </type>
    <type id="OrderedFolder">
      <subtypes>
        <type>BirtReport</type>
      </subtypes>
    </type>
    <type id="Workspace">
      <subtypes>
        <type>BirtReport</type>
      </subtypes>
    </type>
  </extension>